Skip to content

Fix library showing every Steam game as installed#612

Merged
maxjivi05 merged 4 commits into
WinNative-Emu:mainfrom
Xnick417x:library-fix
Jul 12, 2026
Merged

Fix library showing every Steam game as installed#612
maxjivi05 merged 4 commits into
WinNative-Emu:mainfrom
Xnick417x:library-fix

Conversation

@Xnick417x

Copy link
Copy Markdown
Collaborator

When app metadata was unavailable (service restarting or catalog not loaded yet), getAppDirPath resolved every app to the shared install root; a stray download-complete marker there made install recovery fabricate installed records for the whole library until a force close. Return an empty path when no folder name can be resolved and skip install recovery on blank paths.

When app metadata was unavailable (service restarting or catalog not
loaded yet), getAppDirPath resolved every app to the shared install
root; a stray download-complete marker there made install recovery
fabricate installed records for the whole library until a force close.
Return an empty path when no folder name can be resolved and skip
install recovery on blank paths.
Xnick417x and others added 3 commits July 11, 2026 22:51
Install-state metadata reads went through the live service instance and
returned nothing while the service was down (e.g. killed during a large
component install), so the library scan saw zero installed games and the
cached result stuck until an app restart. Fall back to the database
singleton for app metadata and install records.
Pulling down re-runs the shortcut and install-state scans and shows a
refresh indicator, including on the empty state so a stale empty library
can be recovered without restarting the app.
@maxjivi05 maxjivi05 merged commit 315ac71 into WinNative-Emu:main Jul 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants